home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
editor
/
ukacd.lha
/
Install
next >
Wrap
Text File
|
1995-08-09
|
641b
|
29 lines
; Installation script for an AlphaSpell dictionary
(transcript "Installing AlphaSpell ...")
(set destpath
(askdir
(prompt "Install the Dictionary where?")
(help @askdir-help)
(default "Work:")
)
)
(copyfiles
(prompt "Copying AlphaSpell's Dictionaries")
(help @copyfiles-help)
(source "Dictionary/")
(dest destpath)
(confirm)
(all)
)
(message
"If you use XES, please update the Dict environment variable with "
"the requester that XES has for this purpose. Because I was lazy "
"about putting XES 2.0 together, you will have to source dict.xrc first."
)
(exit (quiet))